home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 106
/
Vol 106.iso
/
games
/
guitar_g.swf
/
scripts
/
DefineButton2_881
/
BUTTONCONDACTION on(press).as
next >
Wrap
Text File
|
2010-04-12
|
120b
|
8 lines
on(press){
if(_name.substr(0,1) == "p")
{
this.swapDepths(_root.d++);
this.startDrag();
}
}